home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / clbp3602.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  19.5 KB  |  501 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1993-94 Electronics for Imaging, Inc. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% Created for Canon C LBP 360
  10. *%EFFileVersion: 2.0
  11. *%EF1File, EFLEPPD
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "1.0"
  15. *PCFileName: "CLBP3602.PPD"
  16. *LanguageVersion: English
  17. *LanguageEncoding: ISOLatin1
  18. *Product: "(Canon C LBP 360 PS)"
  19. *PSVersion: "(2016.106) 1"
  20. *ModelName: "Canon C LBP 360 PS v2016.106"
  21. *ShortNickName: "Canon C LBP 360 PS v2016.106"
  22. *NickName: "Canon C LBP 360 PS v2016.106"
  23.  
  24. *% === Options and Constraints =========
  25. *OpenGroup: InstallableOptions/Options Installed
  26. *OpenUI *InstalledMemory/Memory Installed: PickOne
  27. *DefaultInstalledMemory: 32MB
  28. *InstalledMemory 16MB/16MB Total: ""
  29. *InstalledMemory 32MB/32MB Total: ""
  30. *InstalledMemory 48MB/48MB Total: ""
  31. *CloseUI: *InstalledMemory
  32. *CloseGroup: InstallableOptions
  33.  
  34. *% General Information and Defaults ===============
  35. *FreeVM: "1389500"
  36. *VMOption 16MB: "1389500"
  37. *VMOption 32MB: "4616308"
  38. *VMOption 48MB: "4731836"
  39. *?FCacheSize: " systemdict /MaxFontCache get == "
  40. *LanguageLevel: "2"
  41. *ColorDevice: True
  42. *DefaultColorSpace: CMYK
  43. *TTRasterizer: Type42
  44. *PrintPSErrors: True
  45. *FileSystem: True
  46. *?FileSystem: "
  47.     save
  48.       statusdict /diskstatus known{(True)} {(False)} ifelse = flush
  49.     restore
  50.     "
  51. *End
  52. *Throughput: "10"
  53. *Password: "0"
  54. *ExitServer: "
  55.    count 0 eq
  56.    { false } { true exch startjob } ifelse
  57.    not { (WARNING: Cannot modify initial VM.) =
  58.             (Missing or invalid password.) =
  59.             (Please contact the author of this software.) = flush quit
  60.           } if
  61. "
  62. *End
  63.  
  64. *Reset: "
  65.    count 0 eq
  66.    { false } { true exch startjob } ifelse
  67.    not { (WARNING: Cannot reset printer.) =
  68.             (Missing or invalid password.) =
  69.             (Please contact the author of this software.) = flush quit
  70.           } if
  71.    systemdict /quit get exec
  72.    (WARNING: Printer Reset Failed.) = flush
  73. "
  74. *End
  75.  
  76. *DefaultResolution: 600dpi
  77. *?Resolution: "
  78.     save
  79.       initgraphics
  80.       0 0 moveto currentpoint matrix defaultmatrix transform
  81.       0 72 lineto currentpoint matrix defaultmatrix transform
  82.       3 -1 roll sub dup mul
  83.       3 1 roll exch sub dup mul
  84.       add sqrt round cvi
  85.       (          ) cvs print (dpi) = flush
  86.     restore
  87.     "
  88. *End
  89.  
  90. *AccurateScreensSupport: True
  91.  
  92. *%EFIFlags *ColorModel Command|Setup
  93. *OpenUI *ColorModel/Color Mode :PickOne
  94. *OrderDependency: 15.0 AnySetup *ColorModel 
  95. *DefaultColorModel: CMYK
  96. *ColorModel CMYK/CMYK: " userdict /setcolorbundle known 
  97.     { << /ColorMode /CMYK >> setcolorbundle }
  98.     { << /ProcessColorModel /DeviceCMYK >> setpagedevice } ifelse "
  99. *End
  100. *ColorModel Gray/Grayscale: " userdict /setcolorbundle known
  101.     { << /ColorMode /Grayscale /Compression /Disabled >> setcolorbundle }
  102.     { << /ProcessColorModel /DeviceGray >> setpagedevice } ifelse "
  103. *End
  104. *?ColorModel: " currentpagedevice /ProcessColorModel get /DeviceCMYK eq { (CMYK) }{ (Gray) } ifelse == "
  105. *CloseUI: *ColorModel
  106.  
  107. *%EFIFlags *EFPrintMode
  108. *OpenUI *EFPrintMode/Print Mode :PickOne
  109. *OrderDependency: 20.0 AnySetup *EFPrintMode
  110. *DefaultEFPrintMode: Image
  111. *EFPrintMode Image/Photo Quality: "(printerinfo setimchar on) =string /CPSI /ProcSet 
  112.     findresource /externalcommand get exec {pop} if
  113.         userdict /EFI_PRINT_MODE 1 put"
  114. *End
  115. *EFPrintMode Graphics/Business Graphics: "(printerinfo setimchar off) =string /CPSI /ProcSet 
  116.     findresource /externalcommand get exec {pop} if
  117.         userdict /EFI_PRINT_MODE 0 put
  118.         /DefaultColorRendering
  119.           /P320HTCMYKPhotographic
  120.                 /ColorRendering findresource
  121.          /ColorRendering defineresource setcolorrendering"
  122. *End
  123. *CloseUI: *EFPrintMode
  124.  
  125. *%EFIFlags *EFColorRenderDict Spooler|Command
  126. *OpenUI *EFColorRenderDict/Rendering Style :PickOne
  127. *OrderDependency: 60.0 AnySetup *EFColorRenderDict
  128. *DefaultEFColorRenderDict: Photographic
  129. *EFColorRenderDict Photographic/Photographic: " userdict /setcolorbundle known
  130.     { << /ColorRendering /Photographic >> setcolorbundle }
  131.       { /DefaultColorRendering 
  132.       userdict /EFI_PRINT_MODE known not
  133.                 { /EFI_PRINT_MODE 1 def } if
  134.            EFI_PRINT_MODE 0 eq
  135.           { /P320HTCMYKPhotographic } { /P320CMYKPhotographic } ifelse
  136.         /ColorRendering findresource
  137.          /ColorRendering defineresource setcolorrendering
  138.     } ifelse "
  139. *End
  140. *EFColorRenderDict Presentation/Presentation: " userdict /setcolorbundle known
  141.     { << /ColorRendering /Presentation >> setcolorbundle }
  142.     { /DefaultColorRendering 
  143.       userdict /EFI_PRINT_MODE known not
  144.                 { /EFI_PRINT_MODE 1 def } if
  145.            EFI_PRINT_MODE 0 eq
  146.           { /P320HTCMYKPresentation } { /P320CMYKPresentation } ifelse
  147.            /ColorRendering findresource
  148.          /ColorRendering defineresource setcolorrendering
  149.     } ifelse "
  150. *End
  151. *EFColorRenderDict Monitor/Monitor: " userdict /setcolorbundle known
  152.     { << /ColorRendering /Monitor >> setcolorbundle }
  153.     { /DefaultColorRendering 
  154.        userdict /EFI_PRINT_MODE known not
  155.                 { /EFI_PRINT_MODE 1 def } if
  156.            EFI_PRINT_MODE 0 eq
  157.           { /P320HTCMYKMonitor } { /P320CMYKMonitor } ifelse
  158.            /ColorRendering findresource
  159.          /ColorRendering defineresource setcolorrendering
  160.     } ifelse "
  161. *End
  162. *EFColorRenderDict Solid/Solid Color: " userdict /setcolorbundle known
  163.     { << /ColorRendering /Solid >> setcolorbundle }
  164.     { /DefaultColorRendering 
  165.       userdict /EFI_PRINT_MODE known not
  166.                 { /EFI_PRINT_MODE 1 def } if
  167.            EFI_PRINT_MODE 0 eq
  168.           { /P320HTCMYKSolid } { /P320CMYKSolid } ifelse
  169.            /ColorRendering findresource
  170.          /ColorRendering defineresource setcolorrendering
  171.     } ifelse "
  172. *End
  173. *?EFColorRenderDict: " userdict /setcolorbundle known
  174.     { currentcolorbundle /ColorRendering get == } 
  175.     { currentcolorrendering /ProfileInfoDict known
  176.           { currentcolorrendering /ProfileInfoDict get 
  177.           /EFI_DISP_NAME get == }
  178.           { (Unknown) = } ifelse } ifelse flush"
  179. *End
  180. *CloseUI: *EFColorRenderDict
  181.  
  182. *%EFIFlags *EFBrightness Spooler|Command
  183. *OpenUI *EFBrightness/Brightness :PickOne
  184. *OrderDependency: 55.0 AnySetup *EFBrightness
  185. *DefaultEFBrightness: 00.00
  186. *EFBrightness +0.24/85%  Lightest: " {dup 180 mul sin 0.15 mul add } bind
  187.     userdict /ColorAdjust known 
  188.     {  dup dup dup ColorAdjust /coloradjust get exec }
  189.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  190.        dup 0 4 -1 roll put settransfer } ifelse "
  191. *End
  192. *EFBrightness +0.16/90%  Lighter:     " {dup 180  mul sin 0.10 mul add } bind
  193.     userdict /ColorAdjust known 
  194.     {  dup dup dup ColorAdjust /coloradjust get exec }
  195.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  196.        dup 0 4 -1 roll put settransfer } ifelse "
  197. *End
  198. *EFBrightness +0.08/95%  Light:     " {dup 180  mul sin 0.05 mul add } bind
  199.     userdict /ColorAdjust known 
  200.     {  dup dup dup ColorAdjust /coloradjust get exec }
  201.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  202.        dup 0 4 -1 roll put settransfer } ifelse "
  203. *End
  204. *EFBrightness 00.00/100% Normal:     " {} settransfer "
  205. *EFBrightness -0.08/105% Dark:     " {dup 180  mul sin -0.05 mul add } bind
  206.     userdict /ColorAdjust known 
  207.     {  dup dup dup ColorAdjust /coloradjust get exec }
  208.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  209.        dup 0 4 -1 roll put settransfer } ifelse "
  210. *End
  211. *EFBrightness -0.16/110% Darker:     " {dup 180  mul sin -0.10 mul add } bind
  212.     userdict /ColorAdjust known 
  213.     {  dup dup dup ColorAdjust /coloradjust get exec }
  214.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  215.        dup 0 4 -1 roll put settransfer } ifelse "
  216. *End
  217. *EFBrightness -0.24/115% Darkest:    " {dup 180  mul sin -0.15 mul add } bind
  218.     userdict /ColorAdjust known 
  219.     {  dup dup dup ColorAdjust /coloradjust get exec }
  220.     {  { /Dummy1 exec /Dummy2 exec } bind dup 2 currenttransfer put
  221.        dup 0 4 -1 roll put settransfer } ifelse "
  222. *End
  223. *CloseUI: *EFBrightness
  224.  
  225. *%EFIFlags *InputSlot Spooler
  226. *OpenUI *InputSlot/Paper Source :PickOne
  227. *OrderDependency: 20.0 AnySetup *InputSlot
  228. *DefaultInputSlot: Tray1
  229. *InputSlot Tray1/Main Cassette: "(printerinfo trayselect MAIN_CASS) =string /CPSI /ProcSet 
  230.     findresource /externalcommand get exec {pop} if"
  231. *End
  232. *InputSlot Tray2/Optional Cassette: "(printerinfo trayselect OPTIONAL_CASS) =string /CPSI /ProcSet 
  233.     findresource /externalcommand get exec {pop} if"
  234. *End
  235. *InputSlot AuxiliaryTray/Multipurpose Tray: "(printerinfo trayselect MANUAL_FEED) =string /CPSI /ProcSet 
  236.     findresource /externalcommand get exec {pop} if"
  237. *End
  238. *CloseUI: *InputSlot
  239.  
  240. *%EFIFlags *EFInputSlot Setup
  241. *OpenUIEFI *EFInputSlot/PAPER SOURCE :PickOne
  242. *OrderDependency: 20.0 AnySetup *EFInputSlot
  243. *DefaultEFInputSlot: Tray1
  244. *EFInputSlot AutoSelect/AutoSelect: "(printerinfo trayselect AUTO_TRAY) =string /CPSI /ProcSet 
  245.    findresource /externalcommand get exec {pop} if"
  246. *End
  247. *EFInputSlot Tray1/Main Cassette: "(printerinfo trayselect MAIN_CASS) =string /CPSI /ProcSet 
  248.     findresource /externalcommand get exec {pop} if"
  249. *End
  250. *EFInputSlot Tray2/Optional Cassette: "(printerinfo trayselect OPTIONAL_CASS) =string /CPSI /ProcSet 
  251.     findresource /externalcommand get exec {pop} if"
  252. *End
  253. *EFInputSlot AuxiliaryTray/Multipurpose Tray: "(printerinfo trayselect MANUAL_FEED) =string /CPSI /ProcSet 
  254.     findresource /externalcommand get exec {pop} if"
  255. *End
  256. *CloseUIEFI: *EFInputSlot
  257.  
  258. *DefaultTransfer: Null
  259. *Transfer Null: "{ }"
  260. *Transfer Null.Inverse: "{ 1 exch sub }"
  261.  
  262. *% Black substitution is always on.
  263. *DefaultBlackSubstitution: True
  264. *BlackSubstitution True: ""
  265. *?BlackSubstitution: "(True) == flush"
  266.  
  267. *% Paper Handling ===================
  268. *% Use these entries to set paper size most of the time, unless there is
  269. *% specific reason to use PageRegion.
  270. *%EFIFlags *PageSize Command|Setup
  271. *OpenUI *PageSize/Page Size :PickOne
  272. *OrderDependency: 90.0 AnySetup *PageSize
  273. *DefaultPageSize: A4
  274. *PageSize Letter/Letter:" userdict /setcolorbundle known
  275.     { << /PageSize /Letter-R >> setcolorbundle }
  276.     { << /PageSize [612 792] /MediaType (ShortEdgeFeed) 
  277.             /InputAttributes << 0 << /PageSize [612 792] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  278.     } ifelse "
  279. *End
  280. *PageSize Legal/Legal: " userdict /setcolorbundle known
  281.     { << /PageSize /Legal >> setcolorbundle } { legal } ifelse "
  282. *End
  283. *PageSize A4/A4:" userdict /setcolorbundle known 
  284.     { << /PageSize /A4-R >> setcolorbundle }
  285.     { << /PageSize [595 842] /MediaType (ShortEdgeFeed) 
  286.             /InputAttributes << 0 << /PageSize [595 842] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  287.     } ifelse "
  288. *End
  289. *PageSize B5/B5: " userdict /setcolorbundle known 
  290.     { << /PageSize /B5-R >> setcolorbundle }
  291.     { << /PageSize [516 729] /MediaType (ShortEdgeFeed) 
  292.             /InputAttributes << 0 << /PageSize [516 729] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  293.     } ifelse "
  294. *End
  295. *?PageSize: "
  296.     save currentpagedevice /PageSize get aload pop
  297.     2 copy gt {exch} if (Unknown) 
  298.     4 dict
  299.     dup [612 1008] (Legal) put
  300.     dup [612 792] (Letter) put
  301.     dup [595 842] (A4) put
  302.     dup [516 729] (B5) put
  303.     { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  304.       { exch pop exit } { pop } ifelse
  305.     } bind forall = flush pop pop
  306.     restore "
  307. *End
  308. *CloseUI: *PageSize
  309.  
  310. *% These entries will set up the frame buffer. Usually used with manual feed.
  311. *%EFIFlags *PageRegion
  312. *OpenUI *PageRegion :PickOne
  313. *OrderDependency: 95.0 AnySetup *PageRegion
  314. *DefaultPageRegion: A4
  315. *PageRegion Letter/Letter:" userdict /setcolorbundle known
  316.     { << /PageSize /Letter-R >> setcolorbundle }
  317.     { << /PageSize [612 792] /MediaType (ShortEdgeFeed) 
  318.             /InputAttributes << 0 << /PageSize [612 792] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  319.     } ifelse "
  320. *End
  321. *PageRegion Legal/Legal: " userdict /setcolorbundle known
  322.     { << /PageSize /Legal >> setcolorbundle } { legal } ifelse "
  323. *End
  324. *PageRegion A4/A4: " userdict /setcolorbundle known 
  325.     { << /PageSize /A4-R >> setcolorbundle }
  326.     { << /PageSize [595 842] /MediaType (ShortEdgeFeed) 
  327.             /InputAttributes << 0 << /PageSize [595 842] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  328.     } ifelse "
  329. *End
  330. *PageRegion B5/B5: " userdict /setcolorbundle known 
  331.     { << /PageSize /B5-R >> setcolorbundle }
  332.     { << /PageSize [516 729] /MediaType (ShortEdgeFeed) 
  333.             /InputAttributes << 0 << /PageSize [516 729] /MediaType (ShortEdgeFeed) >> >> >> setpagedevice
  334.     } ifelse "
  335. *End
  336. *CloseUI: *PageRegion
  337.  
  338. *DefaultImageableArea: A4
  339. *ImageableArea Legal/Legal: "9 9 603 986"
  340. *ImageableArea Letter/Letter: "9 9 603 770"
  341. *ImageableArea A4/A4: "9 9 583 820"
  342. *ImageableArea B5/B5: "9 9 507 707"
  343. *?ImageableArea: "
  344.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  345.   newpath clippath pathbbox
  346.   4 -2 roll exch 2 {ceiling cvp} repeat
  347.   exch 2 {floor cvp} repeat flush
  348.  restore
  349. "
  350. *End
  351.  
  352. *% These provide the physical dimensions of the paper (by keyword)
  353. *DefaultPaperDimension: A4
  354. *PaperDimension Legal/Legal:     "612 1008"
  355. *PaperDimension Letter/Letter: "612 792"
  356. *PaperDimension A4/A4: "595 842"
  357. *PaperDimension B5/B5: "516 729"
  358.  
  359. *RequiresPageRegion All: True
  360.  
  361. *DefaultOutputOrder: Reverse
  362.  
  363. *% Font Information =========================
  364. *DefaultFont: Courier
  365. *Font AvantGarde-Book: Standard "(001.002)" Standard Disk
  366. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard Disk
  367. *Font AvantGarde-Demi: Standard "(001.003)" Standard Disk
  368. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard Disk
  369. *Font Bookman-Demi: Standard "(001.001)" Standard Disk
  370. *Font Bookman-DemiItalic: Standard "(001.001)" Standard Disk
  371. *Font Bookman-Light: Standard "(001.001)" Standard Disk
  372. *Font Bookman-LightItalic: Standard "(001.001)" Standard Disk
  373. *Font Courier: Standard "(002.002)" Standard Disk
  374. *Font Courier-Bold: Standard "(002.002)" Standard Disk
  375. *Font Courier-BoldOblique: Standard "(002.002)" Standard Disk
  376. *Font Courier-Oblique: Standard "(002.002)" Standard Disk
  377. *Font Helvetica: Standard "(001.006)" Standard Disk
  378. *Font Helvetica-Bold: Standard "(001.007)" Standard Disk
  379. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard Disk
  380. *Font Helvetica-Condensed: Standard "(001.001)" Standard Disk
  381. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard Disk
  382. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard Disk
  383. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard Disk
  384. *Font Helvetica-Narrow: Standard "(001.001)" Standard Disk
  385. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard Disk
  386. *Font Helvetica-Narrow-BoldObl: Standard "(001.002)" Standard Disk
  387. *Font Helvetica-Narrow-Oblique: Standard "(001.001)" Standard Disk
  388. *Font Helvetica-Oblique: Standard "(001.006)" Standard Disk
  389. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard Disk
  390. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard Disk
  391. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard Disk
  392. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard Disk
  393. *Font Palatino-Bold: Standard "(001.005)" Standard Disk
  394. *Font Palatino-BoldItalic: Standard "(001.005)" Standard Disk
  395. *Font Palatino-Italic: Standard "(001.005)" Standard Disk
  396. *Font Palatino-Roman: Standard "(001.005)" Standard Disk
  397. *Font Symbol: Special "(001.003)" Special Disk
  398. *Font Times-Bold: Standard "(001.007)" Standard Disk
  399. *Font Times-BoldItalic: Standard "(001.009)" Standard Disk
  400. *Font Times-Italic: Standard "(001.007)" Standard Disk
  401. *Font Times-Roman: Standard "(001.007)" Standard Disk
  402. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard Disk
  403. *Font ZapfDingbats: Special "(001.002)" Special Disk
  404. *?FontQuery: "
  405.    save  
  406.    { count 1 gt
  407.       { exch dup 127 string cvs (/) print print (:) print
  408.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  409.       } { exit } ifelse
  410.    } bind loop
  411.    (*) = flush
  412.    restore"
  413. *End
  414.  
  415. *?FontList: "
  416.    save (*) {cvn ==} 128 string /Font resourceforall
  417.    (*) = flush restore"
  418. *End
  419.  
  420. *% Printer Messages (verbatim from printer):
  421. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  422. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  423. *Message: "\FontName\ not found, using Courier"
  424.  
  425. *% Status (format: %%[ status: <one of these> ]%% )
  426. *Status: "idle"
  427. *Status: "busy"
  428. *Status: "waiting"
  429. *Status: "printing"
  430. *Status: "scanning"
  431. *Status: "PrinterError: Copier is busy"
  432. *Status: "PrinterError: Copier is in standby mode"
  433. *Status: "PrinterError: Service cable is disconnected"
  434. *Status: "PrinterError: Out of fuser oil"
  435. *Status: "PrinterError: Copier door is open"
  436. *Status: "PrinterError: Paper jam"
  437. *Status: "PrinterError: Out of paper"
  438. *Status: "PrinterError: Waste toner container is full"
  439. *Status: "PrinterError: Out of toner"
  440. *Status: "PrinterError: There is no key"
  441. *Status: "PrinterError: There is no control card"
  442. *Status: "PrinterError: ID mode"
  443. *Status: "PrinterError: Copier needs attention; see copier control panel"
  444. *Status: "PrinterError: Load A4 paper"
  445. *Status: "PrinterError: Load Letter paper"
  446. *Status: "PrinterError: Load Letter-R paper"
  447. *Status: "PrinterError: Load A4-R paper"
  448. *Status: "PrinterError: Load B5-R paper"
  449. *Status: "PrinterError: Load Legal paper"
  450. *Status: "PrinterError: Check copier power and cable connection"
  451. *Status: "PrinterError: Check film scanner connection"
  452. *Status: "PrinterError: Copier is warming up"
  453. *Status: "PrinterError: Copier communication error; call copier technician"
  454. *Status: "PrinterError: Set paper size, then load manual feed paper"
  455. *Status: "PrinterError: An unknown copier error occurred"
  456. *Status: "PrinterError: Load manual feed paper"
  457. *Status: "PrinterError: Remove manual feed paper, then set size"
  458. *Status: "PrinterError: Copier is disconnected"
  459. *Status: "PrinterError: Film Scanner has copy control"
  460.  
  461. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  462. *Source: "LocalTalk"
  463. *Source: "EtherTalk"
  464. *Source: "Parallel"
  465. *Source: "TCP/IP"
  466. *Source: "Novell IPX"
  467. *Source: "SCSIComm"
  468.  
  469. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  470. *PrinterError: "Copier is busy"
  471. *PrinterError: "Copier is in standby mode"
  472. *PrinterError: "Service cable is disconnected"
  473. *PrinterError: "Out of fuser oil"
  474. *PrinterError: "Copier door is open"
  475. *PrinterError: "Paper jam"
  476. *PrinterError: "Out of paper"
  477. *PrinterError: "Waste toner container is full"
  478. *PrinterError: "Out of toner"
  479. *PrinterError: "There is no key"
  480. *PrinterError: "There is no control card"
  481. *PrinterError: "ID mode"
  482. *PrinterError: "Copier needs attention; see copier control panel"
  483. *PrinterError: "Load A4 paper"
  484. *PrinterError: "Load Legal paper"
  485. *PrinterError: "Load Letter-R paper"
  486. *PrinterError: "Load A4-R paper"
  487. *PrinterError: "Load B5-R paper"
  488. *PrinterError: "Check copier power and cable connection"
  489. *PrinterError: "Check film scanner connection"
  490. *PrinterError: "Copier is warming up"
  491. *PrinterError: "Copier communication error; call copier technician"
  492. *PrinterError: "Set paper size, then load manual feed paper"
  493. *PrinterError: "An unknown copier error occurred"
  494. *PrinterError: "Load manual feed paper"
  495. *PrinterError: "Remove manual feed paper, then set size"
  496. *PrinterError: "Copier is disconnected"
  497. *PrinterError: "Film Scanner has copy control"
  498.  
  499. *% Last Edit date Mon, Dec 5, 1996
  500. *% End of PPD File for Canon C LBP 360 PS
  501.